org.eclipse.vtp.desktop.editors.core.controller
Interface ControllerListener

All Known Implementing Classes:
ApplicationEditor, ApplicationFragmentEditor, DialogCustomizerWindow, DialogEditor

public interface ControllerListener


Method Summary
 void graphicUpdate(int x, int y, int width, int height, boolean inProgress)
           
 void selectionChanged(SelectionStructure selection)
           
 

Method Detail

graphicUpdate

void graphicUpdate(int x,
                   int y,
                   int width,
                   int height,
                   boolean inProgress)

selectionChanged

void selectionChanged(SelectionStructure selection)